object Form1: TForm1 Left = 205 Top = 105 Width = 293 Height = 77 Caption = 'Speedbar' Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] Menu = MainMenu1 PixelsPerInch = 96 OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 285 Height = 33 Align = alTop TabOrder = 0 end object MainMenu1: TMainMenu Top = 1 object Buttons1: TMenuItem Caption = '&Buttons' object AddButtons: TMenuItem Caption = '&Add button' OnClick = AddButtonsClick end object Removebutton1: TMenuItem Caption = '&Remove button' OnClick = Removebutton1Click end end object Style1: TMenuItem Caption = '&Form' object Normal1: TMenuItem Caption = '&Normal' Checked = True OnClick = Normal1Click end object Alwaysontop1: TMenuItem Caption = '&Always on top' OnClick = Alwaysontop1Click end end end object OpenDialog1: TOpenDialog Filter = 'menu files|*.mnu' Left = 31 Top = 1 end object Table1: TTable DatabaseName = 'l:\devel\codedisk\di\ge' TableName = 'SPEEDO.DB' Left = 64 Top = 1 end end